crypto/rsa.PSSOptions.saltLength (method)
5 uses
crypto/rsa (current package)
fips.go#L49: func (opts *PSSOptions) saltLength() int {
fips.go#L79: return boring.SignRSAPSS(bkey, hash, digest, opts.saltLength())
fips.go#L100: saltLength := opts.saltLength()
fips.go#L142: if err := boring.VerifyRSAPSS(bkey, hash, digest, sig, opts.saltLength()); err != nil {
fips.go#L162: saltLength := opts.saltLength()
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |